Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
ReadOnlyNotifyCollection<T> Class Members
The following tables list the members exposed by ReadOnlyNotifyCollection<T>.
Public Properties
| Name | Description |
 | Count | Returns the number of items in the collection. |
 | IsReadOnly | Indicates whether the collection is read-only. |
 | Item | Returns the item at the specified index. |
Protected Properties
| Name | Description |
 | Source | Gets the source collection. |
Public Methods
| Name | Description |
 | Contains | Indicates whether the specified item is in the collection. |
 | CopyTo | Copies items from this collection to the specified array. |
 | GetEnumerator | Returns the enumerator for enumerating items in the collection. |
 | IndexOf | Returns the index of the specified item in the collection. |
Public Events
See Also